Home
last modified time | relevance | path

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

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