Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp1039 return CloningDirector::SkipInstruction; in handleInstruction()
1096 return CloningDirector::SkipInstruction; in handleBeginCatch()
1100 return CloningDirector::SkipInstruction; in handleBeginCatch()
1119 return CloningDirector::SkipInstruction; in handleEndCatch()
1157 return CloningDirector::SkipInstruction; in handleTypeIdFor()
1204 return CloningDirector::SkipInstruction; in handleEndCatch()
1222 return CloningDirector::SkipInstruction; in handleTypeIdFor()
/external/llvm/include/llvm/Transforms/Utils/
DCloning.h145 SkipInstruction, enumerator
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp342 if (Action == CloningDirector::SkipInstruction) in CloneBlock()
404 assert(Action != CloningDirector::SkipInstruction && in CloneBlock()