Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1140 Instruction *FnPrologueEnd; member
1183 FnPrologueEnd = IRBuilder<>(F.getEntryBlock().getFirstNonPHI()) in MemorySanitizerVisitor()
1187 IRBuilder<> IRB(FnPrologueEnd); in MemorySanitizerVisitor()
1207 return I.getParent() == FnPrologueEnd->getParent() && in isInPrologue()
1208 (&I == FnPrologueEnd || I.comesBefore(FnPrologueEnd)); in isInPrologue()
1529 for (BasicBlock *BB : depth_first(FnPrologueEnd->getParent())) in runOnFunction()
1968 IRBuilder<> EntryIRB(FnPrologueEnd); in getShadow()
5175 IRBuilder<> IRB(MSV.FnPrologueEnd); in finalizeInstrumentation()
5287 IRBuilder<> IRB(MSV.FnPrologueEnd); in finalizeInstrumentation()
5461 IRBuilder<> IRB(MSV.FnPrologueEnd); in finalizeInstrumentation()
[all …]