Searched refs:InsertedSelects (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1396 std::map<std::pair<Value *, Value *>, SelectInst *> InsertedSelects; local
1406 SelectInst *&SI = InsertedSelects[std::make_pair(BB1V, BB2V)];

Completed in 68 milliseconds