Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4119 BasicBlock::iterator PostBBFirst = PostBB->getFirstInsertionPt(); in mergeConditionalStoreToAddress() local
4120 IRBuilder<> QB(PostBB, PostBBFirst); in mergeConditionalStoreToAddress()
4121 QB.SetCurrentDebugLocation(PostBBFirst->getStableDebugLoc()); in mergeConditionalStoreToAddress()