Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGLoopInfo.h286 void setMustProgress(bool P) { StagedAttrs.MustProgress = P; } in setMustProgress() function
H A DCGLoopInfo.cpp790 setMustProgress(MustProgress); in push()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h672 void setMustProgress() { addFnAttr(Attribute::MustProgress); } in setMustProgress() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp3359 F.setMustProgress(); in inferAttributesFromOthers()